Skip to content

Conversation

@priyansh4320
Copy link
Collaborator

@priyansh4320 priyansh4320 commented Dec 24, 2025

Why are these changes needed?

  • This PR introduces agent level Configuration for responses Format, aiming to solve the problem of LLMConfig overriding by GroupchatManager Config on LLMConfig.
  • Additionally introduces, interoperability between chat_completion and responses API.

Related issue number

#1946
#1976
#1974

Checks

@priyansh4320 priyansh4320 self-assigned this Dec 24, 2025
@joggrbot
Copy link
Contributor

joggrbot bot commented Dec 24, 2025

📝 Documentation Analysis

All docs are up to date! 🎉


✅ Latest commit analyzed: 24d0c9d | Powered by Joggr

@priyansh4320 priyansh4320 linked an issue Dec 24, 2025 that may be closed by this pull request
@priyansh4320 priyansh4320 marked this pull request as ready for review December 28, 2025 20:55
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

❌ Patch coverage is 52.10084% with 57 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
autogen/oai/ollama.py 18.75% 13 Missing ⚠️
autogen/oai/gemini.py 11.11% 8 Missing ⚠️
autogen/oai/anthropic.py 14.28% 6 Missing ⚠️
autogen/oai/bedrock.py 33.33% 6 Missing ⚠️
autogen/oai/cohere.py 14.28% 5 Missing and 1 partial ⚠️
autogen/agentchat/conversable_agent.py 70.00% 3 Missing ⚠️
autogen/oai/cerebras.py 50.00% 3 Missing ⚠️
autogen/oai/client.py 83.33% 1 Missing and 2 partials ⚠️
autogen/oai/groq.py 50.00% 3 Missing ⚠️
autogen/oai/mistral.py 50.00% 3 Missing ⚠️
... and 1 more
Files with missing lines Coverage Δ
autogen/__init__.py 100.00% <100.00%> (ø)
autogen/llm_config/__init__.py 100.00% <100.00%> (ø)
autogen/llm_config/config.py 92.93% <100.00%> (+0.27%) ⬆️
autogen/oai/agent_config_handler.py 100.00% <100.00%> (ø)
autogen/oai/openai_responses.py 76.12% <100.00%> (+1.47%) ⬆️
autogen/agentchat/conversable_agent.py 63.08% <70.00%> (-2.97%) ⬇️
autogen/oai/cerebras.py 34.84% <50.00%> (+0.72%) ⬆️
autogen/oai/client.py 54.62% <83.33%> (-3.14%) ⬇️
autogen/oai/groq.py 49.28% <50.00%> (+0.03%) ⬆️
autogen/oai/mistral.py 43.08% <50.00%> (+0.35%) ⬆️
... and 6 more

... and 20 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@priyansh4320 priyansh4320 linked an issue Jan 6, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Structured Agent Replies [Feature Request]: Model Level interoperability

2 participants